home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / src / vcommon / DefaultFonts.h < prev    next >
C/C++ Source or Header  |  1994-08-18  |  987b  |  50 lines

  1. /*
  2.  * MKSoft Development Amiga ToolKit V1.0
  3.  *
  4.  * Copyright (c) 1985,86,87,88,89,90 by MKSoft Development
  5.  *
  6.  * $Id: DefaultFonts.h,v 30.8 1994/08/18 05:53:13 dice Exp dice $
  7.  *
  8.  * $Source: /home/dice/com/src/vcommon/RCS/DefaultFonts.h,v $
  9.  *
  10.  * $Date: 1994/08/18 05:53:13 $
  11.  *
  12.  * $Revision: 30.8 $
  13.  *
  14.  * $Log: DefaultFonts.h,v $
  15.  * Revision 30.8  1994/08/18  05:53:13  dice
  16.  * .
  17.  *
  18.  * Revision 30.0  1994/06/10  18:09:38  dice
  19.  * .
  20.  *
  21.  * Revision 30.0  1994/06/10  18:09:38  dice
  22.  * .
  23.  *
  24.  * Revision 1.1  1992/07/18  23:06:42  jtoebes
  25.  * Initial revision
  26.  *
  27.  * Revision 1.1  92/04/21  06:21:56  J_Toebes
  28.  * Initial revision
  29.  * 
  30.  * Revision 1.1  90/05/20  12:16:21  mks
  31.  * Initial revision
  32.  * 
  33.  */
  34.  
  35. /*
  36.  * This file contains the TOPAZ80 default font for
  37.  * global recognition...
  38.  */
  39.  
  40. #ifndef    MKS_DEFAULTFONTS_H
  41. #define    MKS_DEFAULTFONTS_H
  42.  
  43. #include    <exec/types.h>
  44. #include    <graphics/text.h>
  45.  
  46. extern struct TextAttr TOPAZ80;
  47. extern struct TextAttr TOPAZ60;
  48.  
  49. #endif    /* MKS_DEFAULTFONTS_H */
  50.